home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _2909295BB37F4BF887594B1DAECD8355 < prev    next >
Encoding:
Text File  |  2004-03-17  |  409 b   |  13 lines

  1.         tmu()
  2.         {
  3.             TexGen("planar_from_model")
  4.             //TexMod("scale", "const", %terrain_inv_x, 0, 0, "const", %terrain_inv_z, 0, 0) //nie ustawia siΩ w menu
  5.             TexMod("scale", "const", 0.00001, 0, 0, "const", 0.00001, 0, 0)
  6.             texture()
  7.             {
  8.                 Image(%colortexturesmall)
  9.                 addressfunc("clamp", "clamp", "clamp")
  10.             }
  11.         }
  12.  
  13.